PushNodeByPathToFrontendResponse

data class PushNodeByPathToFrontendResponse(nodeId: NodeId)

Represents response frame that is returned from DOM#pushNodeByPathToFrontend operation call. Requests that the node is sent to the caller given its path. // FIXME, use XPath

See also

Constructors

PushNodeByPathToFrontendResponse
Link copied to clipboard
fun PushNodeByPathToFrontendResponse(nodeId: NodeId)

Properties

nodeId
Link copied to clipboard
val nodeId: NodeId
Id of the node for given path.

Sources

jvm source
Link copied to clipboard